Vcenter NamespaceManagement Networks Edges Foundation Syslog

Vcenter NamespaceManagement Networks Edges Foundation Syslog
Vcenter NamespaceManagement Networks Edges Foundation Syslog

A Vcenter NamespaceManagement Networks Edges Foundation Syslog configuration defines how logs are exported using the syslog protocol.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "endpoint": "string",
    "certificate_authority_pem": "string"
}
string
endpoint
Optional

FQDN or IP address of the remote syslog server taking the form protocol://hostname|ipv4|ipv6[:port]. The syslog protocol defaults to tcp.

This property was added in vSphere API 9.0.0.0.

If missing or null logs will be persisted locally.

string
certificate_authority_pem
Optional

The Certificate Authority certificate can be provided in PEM format to validate the Vcenter NamespaceManagement Networks Edges Foundation Syslog.endpoint when using a TLS protocol.

This property was added in vSphere API 9.0.0.0.

If missing or null no validation will be performed.